ubg_terminal_set_style_ext
Syntax:
ubg_terminal_set_style_ext(style, color_input, alpha_input, color_history, alpha_history, color_background, alpha_background, color_outline, alpha_outline, color_hint, alpha_hint)
Arguments:
Argument Name | Type | Description |
---|---|---|
style | UBG_TERMINAL_INPUT_BOX_STYLE | (default: partitioned) |
color_input | int | color of user input |
alpha_input | float | alpha of user input |
color_history | int | color of history text |
alpha_history | float | alpha of history text |
color_background | int | color of terminal background |
alpha_background | float | alpha of terminal background |
color_outline | int | color of terminal outline |
alpha_outline | float | alpha of terminal outline |
color_hint | int | color of terminal hints |
alpha_hint | float | alpha of terminal hints |
Returns: (bool)
Description:
Loading page...